ErrorCode

interface ErrorCode : DeficiencyCode

Represents an error code that a Player, Source or Offline error can be associated with. All possible error codes are split up into PlayerErrorCode, SourceErrorCode and OfflineErrorCode related errors.

Types

Companion
Link copied to clipboard
object Companion

Inherited properties

value
Link copied to clipboard
abstract val value: Int
The raw code value associated with the deficiency.

Inheritors

OfflineErrorCode
Link copied to clipboard
PlayerErrorCode
Link copied to clipboard
SourceErrorCode
Link copied to clipboard